Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cufinufft wheel building #332

Merged
merged 5 commits into from
Aug 23, 2023

Conversation

janden
Copy link
Collaborator

@janden janden commented Aug 22, 2023

Updates cufinufft wheel building scripts to handle the new Dockerfile introduced in #320.

Otherwise, `pip` will go searching on PyPI for the latest, non-pre (that
is, non-dev, non-beta, non-alpha, non-rc) version.
To work with new dockerfile, we need to manually copy in the source code
before compiling. Also set environment variables to make sure library is
found during wheel building.
Formatting, version number, comments.
@janden janden requested a review from blackwer August 22, 2023 11:46
Copy link
Member

@blackwer blackwer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker isn't really my wheelhouse, but this all looks good to me.

@janden
Copy link
Collaborator Author

janden commented Aug 23, 2023

Same here, but it seems to work.

@janden janden merged commit 0e5f3f3 into flatironinstitute:master Aug 23, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants